Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(renderer): discard quote replacement in HTML #566

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented May 23, 2020

No need to replace ' and " with ' and ".

Fixes #565

Signed-off-by: Xavier Coulon [email protected]

No need to replace ' and " with &bytesparadise#39; and &bytesparadise#34;

Fixes bytesparadise#565

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented May 23, 2020

Codecov Report

Merging #566 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #566   +/-   ##
=======================================
  Coverage   88.31%   88.31%           
=======================================
  Files          65       65           
  Lines        4416     4416           
=======================================
  Hits         3900     3900           
  Misses        334      334           
  Partials      182      182           

@xcoulon xcoulon merged commit e697bac into bytesparadise:master May 23, 2020
@xcoulon xcoulon deleted the Issue565_discard_quote_replacements branch May 23, 2020 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

discard single and double quote replacements in HTML
1 participant